home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / getopt / README.salz < prev   
Encoding:
Text File  |  1990-02-10  |  756 b   |  16 lines

  1. This quick throw-off is a public-domain implementation of the USG
  2. getopt program.  Not to be confused with the library routine, this
  3. program helps scripts parse their options/flags/arguments.
  4.  
  5. After unpacking, tweak the Makefile as appropriate and run make.  Copy
  6. the examples from the manpage into separate files as verify that they
  7. work ok.  Do a "make install".  For your final examination, convert
  8. lint to use this program.  I write more Makefiles for mod.sources
  9. submissions than I care to, and sometimes I get tired of it; I
  10. apologize for the terseness of the one here.
  11.  
  12. If you don't have getopt(3) in your C run-time library, snip it off
  13. the tail of the source file, and add it, or make it easily, publicly,
  14. available in some other way.
  15.     /Rich $alz
  16.